chore: publish new package versions#4252
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
✅ Deploy Preview for electric-next ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
ddd47ff to
b21f491
Compare
becb05e to
2f12cf1
Compare
2f12cf1 to
ab9a710
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@electric-ax/agents@0.2.5
Patch Changes
65f0cf0: Add
openai-codexas a built-in model provider. When the user has logged into OpenAI Codex CLI (~/.codex/auth.jsonexists), GPT-5.x models automatically appear in the dashboard model dropdown with reasoning effort support.f509387: Allow Horton and Worker to use configured Anthropic or OpenAI models. Adds a
model-catalogthat selects providers fromANTHROPIC_API_KEY/OPENAI_API_KEY, surfaces UI-selectable reasoning effort for compatible OpenAI reasoning models, and threads the catalog throughbootstrap,registerHorton,registerWorker, andspawnWorker.590aabb: Improve the agents UI timeline and reactivity, add a browser-safe runtime client export, and route built-in agent metadata extraction through the configurable low-cost model runner.
28d127b: Electron desktop shell, tile-based workspace, and per-session
working-directory picker.
@electric-ax/agents-desktop: new package — Electron appbundling a local Horton runtime, system-tray status, multi-
window support, frameless windows with in-app title bars,
native menus, About dialog, on-launch API key prompt
(Anthropic / OpenAI / Brave), localhost agent-server discovery,
and HMR via
vite-plugin-electron.@electric-ax/agents-server: entrypoint support for the localdesktop runtime wiring.
@electric-ax/agents-server-ui: tile-based workspace (DnD,splits, persisted layouts, shareable URLs), redesigned new-
session screen, refreshed dropdown chrome (
Comboboxprimitive, sentence-case section headings, ServerPicker-style
rows), sidebar filter & view menu with grouping by date /
type / status / working dir, full Settings screen with
General / Appearance / Local Runtime categories.
@electric-ax/agents: Horton accepts an optionalworkingDirectoryspawn arg so each session can run againstits own project root without restarting the runtime.
@electric-ax/agents-runtime: tool-pair preservation duringcompaction and matching tool-call events by id (bug fixes
surfaced while building the desktop UI).
@electric-sql/experimental,@electric-sql/react: align testtype configuration with DOM AbortSignal types used by the client.
a3cee92: Remove the coder entity (coding-session). The
registerCodingSession,useCodingAgent,CodingSessionHandle, and related types/tools (spawn_coder,prompt_coder) are no longer available. Theagent-session-protocoldependency is also removed.Updated dependencies [f509387]
Updated dependencies [590aabb]
Updated dependencies [744c47f]
Updated dependencies [28d127b]
Updated dependencies [6399147]
Updated dependencies [a3cee92]
@electric-ax/agents-runtime@0.1.3
Patch Changes
f509387: Stabilise chat section identity across streaming updates:
buildSections/buildTimelineEntriesinuse-chatnow key a fingerprint-based section cache byrun.key/msg.key, so settled rows return the same reference even when the upstream pipeline rebuilds row objects. Adds a bounded prune pass + a__resetSectionCachesForTestinghook for test isolation. Also small cleanups intools/context-tools.ts.590aabb: Improve the agents UI timeline and reactivity, add a browser-safe runtime client export, and route built-in agent metadata extraction through the configurable low-cost model runner.
744c47f: Replace static entity write tokens with claim-scoped tokens. Write tokens are now issued when a consumer claims a wake and revoked on done, preventing leaked credentials from granting permanent write access. Removes
writeTokenfrom webhook notifications and spawn response headers.28d127b: Electron desktop shell, tile-based workspace, and per-session
working-directory picker.
@electric-ax/agents-desktop: new package — Electron appbundling a local Horton runtime, system-tray status, multi-
window support, frameless windows with in-app title bars,
native menus, About dialog, on-launch API key prompt
(Anthropic / OpenAI / Brave), localhost agent-server discovery,
and HMR via
vite-plugin-electron.@electric-ax/agents-server: entrypoint support for the localdesktop runtime wiring.
@electric-ax/agents-server-ui: tile-based workspace (DnD,splits, persisted layouts, shareable URLs), redesigned new-
session screen, refreshed dropdown chrome (
Comboboxprimitive, sentence-case section headings, ServerPicker-style
rows), sidebar filter & view menu with grouping by date /
type / status / working dir, full Settings screen with
General / Appearance / Local Runtime categories.
@electric-ax/agents: Horton accepts an optionalworkingDirectoryspawn arg so each session can run againstits own project root without restarting the runtime.
@electric-ax/agents-runtime: tool-pair preservation duringcompaction and matching tool-call events by id (bug fixes
surfaced while building the desktop UI).
@electric-sql/experimental,@electric-sql/react: align testtype configuration with DOM AbortSignal types used by the client.
6399147: Preserve the caller's HOME environment variable when running bash tool commands so CLIs can find user-level config and credentials.
a3cee92: Remove the coder entity (coding-session). The
registerCodingSession,useCodingAgent,CodingSessionHandle, and related types/tools (spawn_coder,prompt_coder) are no longer available. Theagent-session-protocoldependency is also removed.electric-ax@0.1.18
Patch Changes
@electric-sql/experimental@6.0.17
Patch Changes
28d127b: Electron desktop shell, tile-based workspace, and per-session
working-directory picker.
@electric-ax/agents-desktop: new package — Electron appbundling a local Horton runtime, system-tray status, multi-
window support, frameless windows with in-app title bars,
native menus, About dialog, on-launch API key prompt
(Anthropic / OpenAI / Brave), localhost agent-server discovery,
and HMR via
vite-plugin-electron.@electric-ax/agents-server: entrypoint support for the localdesktop runtime wiring.
@electric-ax/agents-server-ui: tile-based workspace (DnD,splits, persisted layouts, shareable URLs), redesigned new-
session screen, refreshed dropdown chrome (
Comboboxprimitive, sentence-case section headings, ServerPicker-style
rows), sidebar filter & view menu with grouping by date /
type / status / working dir, full Settings screen with
General / Appearance / Local Runtime categories.
@electric-ax/agents: Horton accepts an optionalworkingDirectoryspawn arg so each session can run againstits own project root without restarting the runtime.
@electric-ax/agents-runtime: tool-pair preservation duringcompaction and matching tool-call events by id (bug fixes
surfaced while building the desktop UI).
@electric-sql/experimental,@electric-sql/react: align testtype configuration with DOM AbortSignal types used by the client.
Updated dependencies [92a332e]
@electric-sql/react@1.0.46
Patch Changes
28d127b: Electron desktop shell, tile-based workspace, and per-session
working-directory picker.
@electric-ax/agents-desktop: new package — Electron appbundling a local Horton runtime, system-tray status, multi-
window support, frameless windows with in-app title bars,
native menus, About dialog, on-launch API key prompt
(Anthropic / OpenAI / Brave), localhost agent-server discovery,
and HMR via
vite-plugin-electron.@electric-ax/agents-server: entrypoint support for the localdesktop runtime wiring.
@electric-ax/agents-server-ui: tile-based workspace (DnD,splits, persisted layouts, shareable URLs), redesigned new-
session screen, refreshed dropdown chrome (
Comboboxprimitive, sentence-case section headings, ServerPicker-style
rows), sidebar filter & view menu with grouping by date /
type / status / working dir, full Settings screen with
General / Appearance / Local Runtime categories.
@electric-ax/agents: Horton accepts an optionalworkingDirectoryspawn arg so each session can run againstits own project root without restarting the runtime.
@electric-ax/agents-runtime: tool-pair preservation duringcompaction and matching tool-call events by id (bug fixes
surfaced while building the desktop UI).
@electric-sql/experimental,@electric-sql/react: align testtype configuration with DOM AbortSignal types used by the client.
Updated dependencies [92a332e]
@electric-sql/client@1.5.17
Patch Changes
warnOnHttp: false.@electric-sql/y-electric@0.1.43
Patch Changes
@electric-ax/example-deep-survey@0.1.7
Patch Changes
expo-db-electric-starter@1.0.18
Patch Changes
@electric-ax/agents-desktop@0.0.1
Patch Changes
590aabb: Improve the agents UI timeline and reactivity, add a browser-safe runtime client export, and route built-in agent metadata extraction through the configurable low-cost model runner.
28d127b: Electron desktop shell, tile-based workspace, and per-session
working-directory picker.
@electric-ax/agents-desktop: new package — Electron appbundling a local Horton runtime, system-tray status, multi-
window support, frameless windows with in-app title bars,
native menus, About dialog, on-launch API key prompt
(Anthropic / OpenAI / Brave), localhost agent-server discovery,
and HMR via
vite-plugin-electron.@electric-ax/agents-server: entrypoint support for the localdesktop runtime wiring.
@electric-ax/agents-server-ui: tile-based workspace (DnD,splits, persisted layouts, shareable URLs), redesigned new-
session screen, refreshed dropdown chrome (
Comboboxprimitive, sentence-case section headings, ServerPicker-style
rows), sidebar filter & view menu with grouping by date /
type / status / working dir, full Settings screen with
General / Appearance / Local Runtime categories.
@electric-ax/agents: Horton accepts an optionalworkingDirectoryspawn arg so each session can run againstits own project root without restarting the runtime.
@electric-ax/agents-runtime: tool-pair preservation duringcompaction and matching tool-call events by id (bug fixes
surfaced while building the desktop UI).
@electric-sql/experimental,@electric-sql/react: align testtype configuration with DOM AbortSignal types used by the client.
Updated dependencies [65f0cf0]
Updated dependencies [f509387]
Updated dependencies [f509387]
Updated dependencies [590aabb]
Updated dependencies [28d127b]
Updated dependencies [a3cee92]
@electric-ax/agents-server@0.2.9
Patch Changes
744c47f: Replace static entity write tokens with claim-scoped tokens. Write tokens are now issued when a consumer claims a wake and revoked on done, preventing leaked credentials from granting permanent write access. Removes
writeTokenfrom webhook notifications and spawn response headers.28d127b: Electron desktop shell, tile-based workspace, and per-session
working-directory picker.
@electric-ax/agents-desktop: new package — Electron appbundling a local Horton runtime, system-tray status, multi-
window support, frameless windows with in-app title bars,
native menus, About dialog, on-launch API key prompt
(Anthropic / OpenAI / Brave), localhost agent-server discovery,
and HMR via
vite-plugin-electron.@electric-ax/agents-server: entrypoint support for the localdesktop runtime wiring.
@electric-ax/agents-server-ui: tile-based workspace (DnD,splits, persisted layouts, shareable URLs), redesigned new-
session screen, refreshed dropdown chrome (
Comboboxprimitive, sentence-case section headings, ServerPicker-style
rows), sidebar filter & view menu with grouping by date /
type / status / working dir, full Settings screen with
General / Appearance / Local Runtime categories.
@electric-ax/agents: Horton accepts an optionalworkingDirectoryspawn arg so each session can run againstits own project root without restarting the runtime.
@electric-ax/agents-runtime: tool-pair preservation duringcompaction and matching tool-call events by id (bug fixes
surfaced while building the desktop UI).
@electric-sql/experimental,@electric-sql/react: align testtype configuration with DOM AbortSignal types used by the client.
a3cee92: Remove the coder entity (coding-session). The
registerCodingSession,useCodingAgent,CodingSessionHandle, and related types/tools (spawn_coder,prompt_coder) are no longer available. Theagent-session-protocoldependency is also removed.Updated dependencies [f509387]
Updated dependencies [590aabb]
Updated dependencies [744c47f]
Updated dependencies [28d127b]
Updated dependencies [6399147]
Updated dependencies [a3cee92]
Updated dependencies [92a332e]
@electric-ax/agents-server-conformance-tests@0.1.2
Patch Changes
writeTokenfrom webhook notifications and spawn response headers.@electric-ax/agents-server-ui@0.2.9
Patch Changes
f509387: Redesign.
590aabb: Improve the agents UI timeline and reactivity, add a browser-safe runtime client export, and route built-in agent metadata extraction through the configurable low-cost model runner.
28d127b: Electron desktop shell, tile-based workspace, and per-session
working-directory picker.
@electric-ax/agents-desktop: new package — Electron appbundling a local Horton runtime, system-tray status, multi-
window support, frameless windows with in-app title bars,
native menus, About dialog, on-launch API key prompt
(Anthropic / OpenAI / Brave), localhost agent-server discovery,
and HMR via
vite-plugin-electron.@electric-ax/agents-server: entrypoint support for the localdesktop runtime wiring.
@electric-ax/agents-server-ui: tile-based workspace (DnD,splits, persisted layouts, shareable URLs), redesigned new-
session screen, refreshed dropdown chrome (
Comboboxprimitive, sentence-case section headings, ServerPicker-style
rows), sidebar filter & view menu with grouping by date /
type / status / working dir, full Settings screen with
General / Appearance / Local Runtime categories.
@electric-ax/agents: Horton accepts an optionalworkingDirectoryspawn arg so each session can run againstits own project root without restarting the runtime.
@electric-ax/agents-runtime: tool-pair preservation duringcompaction and matching tool-call events by id (bug fixes
surfaced while building the desktop UI).
@electric-sql/experimental,@electric-sql/react: align testtype configuration with DOM AbortSignal types used by the client.
a3cee92: Remove the coder entity (coding-session). The
registerCodingSession,useCodingAgent,CodingSessionHandle, and related types/tools (spawn_coder,prompt_coder) are no longer available. Theagent-session-protocoldependency is also removed.Updated dependencies [f509387]
Updated dependencies [590aabb]
Updated dependencies [744c47f]
Updated dependencies [28d127b]
Updated dependencies [6399147]
Updated dependencies [a3cee92]
@core/electric-telemetry@0.2.5
Patch Changes
@core/elixir-client@0.10.2
Patch Changes
@core/sync-service@1.6.3
Patch Changes
5fcf002: Emit
number_to_expireandmax_shapesas Logger metadata (instead of interpolating them into the message body) for the "Expiring shapes as the number of shapes has exceeded the limit" notice. This keeps the message text static so log aggregators can group these events and so Honeycomb can filter byshape.expiry.*attributes.686ebdb: Propagate OpenTelemetry context so that child spans in ShapeStatus and SnapshotQuery are linked to originating traces:
Effects.query_move_in_async: propagate context into spawned taskShapeCache.handle_call({:create_or_wait_shape_handle, ...}): set context before calling ShapeStatus functionsShapeCache.handle_call({:start_consumer_for_handle, ...}): accept and set context from ConsumerRegistry093449a: Demote the log entry about expiring shapes to level info so that it's excluded from logs in Honeycomb.
5a8d70d: Replace literal shape handles in log output with metadata. Makes it easier to search through and group log entries in observability tools.
4c52d76: Update Elixir deps to latest available versions